Conversation
.vscode/settings.json
Outdated
| "editor.defaultFormatter": "biomejs.biome" | ||
| }, | ||
| "editor.defaultFormatter": "biomejs.biome", | ||
| "editor.codeActionsOnSave": { |
There was a problem hiding this comment.
@iyansr can you deocuple lint related into another PR?
we can merge the feature first and lint later
…feat/privy-account-abstraction
|
debuggingfuture
left a comment
There was a problem hiding this comment.
i couldn't get it working due to the error
[useConfig must be used within WagmiConfig](https://github.com/rainbow-me/rainbowkit/issues/1304#top)
I find this on doc (to my suprise)
https://docs.privy.io/guide/react/wallets/usage/evm/wagmi/
Make sure to import
WagmiProviderfrom@privy-io/wagmi, notwagmi
@iyansr i bumped the deps versions and opt for decorator pattern
Checking |
| }: PropsWithChildren<PrivyAAContextProps>) { | ||
| const config = { ...PRIVY_CONFIG_DEFAULT, ...privyConfig }; | ||
| // TODO remove chain hardcode | ||
| const pimlicoRpcUrl = generatePimlicoRpcUrl(sepolia.id); |
There was a problem hiding this comment.
does pimlico able to support multiple chain choice?
when user try to switch chain via wagmi, are we able to pick the right rpc?
see how can we read the chains supported from wagmi
No description provided.